Created: 15/08/2022
By: InfyOm Technologies
Email: labs@infyom.in
Thank you for purchasing my code. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
InfyWeb App is convert your web in android and iOS app, which gives developers to integrate functionality directly. This Web app can be useful for any type of Website url to convert Flutter app.



Or
if your code messy like this :

You can follow these tips in android studio for windows user to change the code to clean
1) CTRL + a (after that)
2) CTRL + Shift + -

I hope that can help you
if your code messy like this :

Fold folds the innermost uncollapsed region at the cursor:
1) Ctrl + Shift + [ on Windows and Linux
2)⌥ + ⌘ + [ on macOS
Unfold unfolds the collapsed region at the cursor:
1) Ctrl + Shift + ] on Windows and Linux
2)⌥ + ⌘ + ] on macOS
Fold All folds all regions in the editor:
1) Ctrl + K, Ctrl + 0 (zero) on Windows and Linux
2)⌘ + K, ⌘ + 0 (zero) on macOS
Unfold All unfolds all regions in the editor:
1) Ctrl + K, Ctrl + J on Windows and Linux
2)⌘ + K, ⌘ + J on macOS
Creating a new Firebase project :
- Go to Firebase console.
- Sign in with your Google account.
- Click on Add project.
- Enter a Project name and click Continue.
- Turn off Google Analytics for this project and click Create project.
- Wait for the creation process to complete, and then click Continue.
Then after register your flutter app in firebase with Firebase CLI :
- If you not yet install FlutterFire CLI for Android studio: https://firebase.google.com/docs/flutter/setup?platform=android
- If you done install flutterCLI skip this step.
- Then you can set firebase firestore Database with this link https://console.firebase.google.com/
- Then you can create database reference for set url in web view

- Make true read & write rules of firestore database
- Open Project in Android Studio
- Go to lib/api_call Folder
- Open the file get_all_api.dart.
- Set Your Base URL as per below image:
- Then after delete below files from Project:
- After that run this command in terminal: dart run build_runner build
Creating a new project in One signal dashboard :
- Go to Onesignal dashboard.
Then after register your flutter app in One signal:
- If you not yet setup One signal SDK for Android studio: https://documentation.onesignal.com/docs/flutter-sdk-setup

Then after change app id in Android Studio :

In folder InfyWeb template you can see some folder flutter project, dont worry about all sub folder project
in
flutter, if you can see folder lib it is place for code .dart in flutter project, in folder lib have four
folder :

Screen folder use for storage file to save data a list
- HomeScreen folder to place part of the home screen design.
- In app web view folder for placing parts of a all web url support screen.
- OnBoarding screen to put part of intro for InfyWeb app.
- Setting folder to put part of the component chnage theme and about screen.
- Splash folder to put part of the component Splash screen.
- Theme folder to put part of the Change app theme.

- Image folder for saving all images
- Font folder for saving all fonts
Pub packages that are shared with others also need to provide some other information so users can discover them. Every package needs a name. It's how other packages refer to yours, and how it appears to the world, should you publish it. In puspec.yaml you can write your location image after you adding to apps, and you can custom font from external apps dont worry it is very easy to use custom font.
InfyOm Technologies